shout3d.core
Class EnvironmentMap

java.lang.Object
  |
  +--shout3d.core.Node
        |
        +--shout3d.core.BaseMap
              |
              +--shout3d.core.EnvironmentMap
Direct Known Subclasses:
EnvironmentCubeMap, EnvironmentSphereMap

public class EnvironmentMap
extends BaseMap

EnvironmentMap Node. Base class for various types of Environment Map


Field Summary
 StringField style
           
 FloatArrayField tintColor
           
 
Fields inherited from class shout3d.core.BaseMap
bilinearFilteringEnabled, enabled
 
Constructor Summary
EnvironmentMap()
           
 
Methods inherited from class shout3d.core.Node
cleanUp, getDEFName, getField, getFieldByIndex, getFieldName, getNumFields, getTypeName, getViewer, isOfType, setDEFName, setViewer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tintColor

public final FloatArrayField tintColor

style

public final StringField style
Constructor Detail

EnvironmentMap

public EnvironmentMap()